* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

html,
body {
	min-width: 1200px;
}


.wrap {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	-js-display: flex;
	display: flex;
}

.fl-c {
	-js-display: flex;
	display: flex;
	flex-direction: column;
}

.fl-r {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fullimg>img {
	width: 100%;
	height: auto;
}

.header {
	height: 126px;
}

.header .nav {
	height: 100%;
}

.header .nav span {
	display: block;
	height: 100%;
	width: 112px;
	text-align: center;
	line-height: 126px;
	color:#000;
}
.header .nav span a {
	color:#000;
}


.newsSwiper {
	width: 617px;
	height: 395px;
}

.newsSwiper .swiper-wrapper {
	width: 617px;
	height: 395px;
}

.newsSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.newsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.newsSwiper .swiper-slide p {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 17px;
	padding: 0 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.topBox {
	padding-top: 48px;
	justify-content: space-between;
}

.content {
	background-image: url(/statics/www/img/ly1-bg.jpg);
	margin-top: -5px;
	background-repeat: no-repeat;
}

.topBox .left {
	width: 550px;
}

.topBox .left .title {
	align-items: center;
}

.topBox .left .title a {
	color: #3057B4;
}

.topBox .left .toutiao {
	margin-top: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

.topBox .left .toutiao .newsTitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #484a49;
}

.topBox .left .toutiao .newsContent {
	font-size: 15px;
	color: #484a49;
}


.topBox .left .toutiao .tab,
.topBox .left .toutiao a {
	color: #3057B4;
}

.topBox .left .newsList {
	padding-left: 10px;
}


.topBox .left .newsList a {
	display: block;
	margin-top: 18px;
	color: #484a49;
	font-size: 18px;
	width: 92%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.topBox .left .newsList a:hover {
	transform: translateX(5px);
	transition: .5s;
	color: #3057B4;
}

.topBox .left .newsList a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #2144ac;
	margin-top: 20px;
	margin-right: 10px;
}

.bannerSwiper {
	width: 100%;
	min-width: 1200px;
}

.bannerSwiper .swiper-wrapper {
	width: 100%;
}

.bannerSwiper .swiper-slide {
	width: 100%;
}

.bannerSwiper .swiper-slide img {
	width: 100%;
	height: auto;
}


.middleBox {
	justify-content: space-between;
	margin-top: 20px;
}

.middleBox .left {
	width: 550px;
}

.middleBox .left .title {
	align-items: center;
}

.middleBox .left .title a {
	color: #3057B4;
}

.middleBox .left .videoBox {
	width: 100%;
	justify-content: space-around;
	margin-top: 20px;
}

.middleBox .left.videoBox div {
	width: 236px;
	height: 132px;
}

.middleBox .right {
	width: 613px;
	background-color: #EBF0F8;
	height: 173px;
}

.middleBox .right .ggList {
	padding: 6px 0 0 10px;
	height: 100%;
}

.middleBox .right .ggList a {
	display: block;
	line-height: 40px;
	color: #2245AD;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 510px;
}

.middleBox .right .ggList a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #448ACA;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

.advBox {
	margin: 30px auto;
}

.bottomBox {
	justify-content: space-between;
}

.bottomBox .left {
	width: 774px;
}

.bottomBox .left .title {
	align-items: center;
}

.bottomBox .left .title a {
	color: #3057B4;
}

.bottomBox .left .huodong {
	width: 100%;
	padding-left: 13px;
}

.bottomBox .left .huodong>div {
	width: 100%;
	display: flex;
	padding-bottom: 35px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
}

.bottomBox .left .huodong>div .pic {
	width: 175px;
	height: 104px;
}

.bottomBox .left .huodong>div .pic>img {
	width: 100%;
	height: 100%;
}

.bottomBox .left .huodong .hdContent {
	width: 541px;
}

.bottomBox .left .huodong .hdTitle {
	color: #3057B4;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	text-indent: 0;
}

.bottomBox .left .huodong .hdContent {
	color: #4E4E4E;
	font-size: 14px;
	text-indent: 2em;
}

.bottomBox .left .huodong .hdContent a {
	color: #4E4E4E;
	margin-left: 10px;
}

.bottomBox .right .top {
	width: 345px;
	height: 203px;
	border: 1px solid #126EB3;
	padding: 31px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.bottomBox .right .top a {
	display: block;
	width: 318px;
	height: 40px;
	background-color: #EBF0F8;
	line-height: 40px;
	color: #1C1C1C;
	font-size: 20px;
	padding-left: 40px;
}

.bottomBox .right .top img {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottomBox .right .bottom {
	width: 346px;
	height: 249px;
	background-color: #EBF0F8;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 0 0;
}

.bottomBox .right .bottom .huiyuan {
	margin-top: 15px;
}

.bottomBox .right .bottom .huiyuan a {
	display: flex;
	width: 300px;
	padding-bottom: 14px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}


.bottomBox .right .bottom .huiyuan a .pic {
	width: 74px;
	height: 71px;
	margin-right: 15px;
}

.bottomBox .right .bottom .huiyuan a .pic img {
	width: 100%;
	height: 100%;
}

.bottomBox .right .bottom .huiyuan a .name {
	color: #282828;
	font-size: 18px;
	margin-top: 5px;
	width: 210px;
}

.footer {
	width: 100%;
	background-color: #0964bd;
	color: #BAD4FF;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	padding:50px;
}
.copyright_notice {
	font-family: "楷体","楷体_GB2312";
	color: #666;
}

/* 二级页 */

.erjiContent {
	background-image: url(/statics/www/img/ly1-bg.jpg);
	margin-top: -5px;
	padding-top: 28px;
	background-repeat: no-repeat;
}

.erjiContent .path {
	font-size: 20px;
	color: #162E84;
	margin-bottom: 25px;
	font-weight: bold;
}

.erjiContent .path a {
	margin: 10px;
	color: #162E84;
}



.erjiContent .newsList {
	background-color: #fff;
	padding: 20px 35px;
}

.erjiContent .newsList a {
	display: block;
	color: #333;
	margin-top: 35px;
	padding-bottom: 23px;
	border-bottom: 1px dashed #ddd;
}

.erjiContent .newsList a .title {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	font-weight: bold;
}

.erjiContent .newsList a:hover .title p {
	color: #3057B4;
}

.erjiContent .newsList a .title p {
	width: 750px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.erjiContent .newsList a .title span {
	color: #9e989a;
	font-size: 18px;
	font-weight: 400;
}

.erjiContent .newsList a .contentBox {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.pager {
	display: flex;
	justify-content: center;
	margin-bottom: 85px;
}

.pager span,
.pager a {
	display: block;
	padding: 2px 10px;
	border: 1px solid #ddd;
	margin: 5px;
	color: #333;
}

.pager a:hover,
.active-pager {
	background-color: #0084C7;
	color: #fff !important;
}

/* 尾页 */

.weiyeCon {
	background-color: #fff;
	align-items: center;
	padding: 50px;
}

.weiyeCon .title {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: bold;
	width: 980px;
	text-align: center;
}

.weiyeCon .date {
	font-size: 15px;
	color: #aaa;
	margin-bottom: 15px;
}

.weiyeCon .particleBox {
	border-top: 1px solid #ddd;
	padding-top: 35px;
	margin-bottom: 50px;
}

.weiyeCon .particleBox img {
	width:90%;
	max-width:500px;
	height:auto;
}

.weiyeCon .particleBox p {
	font-size: 18px;
	margin-bottom: 25px;
	text-indent: 2em;
	line-height: 35px;
}

@media screen and (max-width: 700px) {
	body,
	html {
		width: 100%;
		height: 100%;
		min-width: 100%;
	}

	.wrap {
		width: 96%;
	}

	.header {
		display: block;
		height: auto;
		padding: 0.2rem 0.2rem 0.1rem;
	}

	.header .nav {
		height: auto;
		margin-top: 0.1rem;
		font-size: 0.25rem;
		display: flex;
		justify-content: space-between;
	}

	.header .nav span {
		line-height: normal;
		width: auto;
		padding: 2px 5px;
		color:#000;
	}
	.header .nav span a {
		color:#000;
	}

	.logo {
		width: 50%;
	}

	.logo>img {
		width: 100%;
	}

	.bannerSwiper {
		min-width: 100%;
	}

	.erjiContent {
		padding-top: .3rem;
	}

	.erjiContent .path {
		font-size: 0.25rem;
		margin-bottom: 0.3rem;
	}

	.erjiContent .newsList {
		padding: 0.1rem;
	}

	.erjiContent .newsList a {
		margin-top: 0.3rem;
	}

	.erjiContent .newsList a .title {
		display: block;
		margin-bottom: 0.1rem;
	}

	.erjiContent .newsList a .title p {
		width: 98%;
		font-size: 0.3rem;
	}

	.erjiContent .newsList a .title span {
		font-size: 0.15rem;
	}

	.erjiContent .newsList a .contentBox {
		font-size: 0.18rem;
	}

	.pager span,
	.pager a {
		font-size: 0.15rem;
		padding: 0.05rem 0.15rem;
	}

	.pager {
		margin-bottom: 1rem;
	}

	.footer {
		height: auto;
		line-height: normal;
		font-size: 0.2rem;
		padding: 0.4rem 0;
	}

	.weiyeCon {
		padding: 0.5rem 0.2rem;
	}

	.weiyeCon .title {
		width: 98%;
		font-size: 0.3rem;
		margin-bottom: 0.15rem;
	}

	.weiyeCon .date {
		font-size: 0.12rem;
		margin-bottom: 0.12rem;
	}

	.weiyeCon .particleBox p {
		font-size: 0.25rem;
		margin-bottom: 0.12rem;
		text-indent: 2em;
		line-height: 3em;
	}

	.weiyeCon .particleBox {
		border-top: 1px solid #ddd;
		padding-top: 0.3rem;
		margin-bottom: 0.5rem;
	}
	.header .nav,
	.bannerSwiper{
		display: none;
	}
	.logo{
		width: 90%;
		margin: 0 auto;
	}
}
